home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / runrun.swf / scripts / DefineSprite_9 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-07-07  |  250 b   |  4 lines

  1. loadin = _parent.getBytesLoaded();
  2. percent = "loading " + math.round(_parent.getBytesLoaded() / _parent.getBytesTotal() * 100) + "%";
  3. bajty = math.round(_parent.getBytesLoaded() / 1024) + "Kb/" + math.round(_parent.getBytesTotal() / 1024) + "Kb";
  4.